home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GADGETS.PAK / README.TXT < prev   
Text File  |  1997-05-06  |  1KB  |  34 lines

  1. Copyright Borland International
  2. ObjectWindows (C) 1995
  3.  
  4. Title: GADGETS Example
  5.  
  6. Keywords: TGadget;TModeGadget;TTextGadget;TMenuGadget;TControlBar;
  7.   TStatusBar;TTimeGadget;TControlGadget;TButtonGadget;TSeparatorGadget;
  8.   Command target
  9.  
  10. The GADGETS example illustrates how to use all of the available gadgets
  11. in OWL. A gadget is a user-interface element that acts like a window,
  12. but due to resource issues, it is not.
  13.  
  14.  
  15. [Sample Overview]
  16.  
  17. The GADGETS example creates a decorated SDI main window. The example
  18. creates a control bar and inserts a button gadget, a separator gadget,
  19. a menu gadget, two mode gadgets, a text gadget and a control gadget
  20. wrapped around an edit control. The example creates a status bar with
  21. several mode gadgets, separator gadgets and a time gadget. Various
  22. styles of the gadgets are demonstrated.
  23.  
  24.  
  25. The client window is the command target of the edit control gadget.
  26. Whenever the edit control sends a notification, the control gadget
  27. routes the notification to its command target, which is the client
  28. window.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.